PreviousNextTracker indexSee it online !

(197/308) 1584 - Hitting tab key strange behaviour in SuperAbbrevs

Plugin version: 2.0-pre6
jEdit 4.5.1 on Windows 7 64bits
Java version: 1.7.0_03

In html mode (not tested on other modes), when you try to hit the the tab key in front of a line (to indent) sometimes nothing happens, sometimes a custom tag is created. For example if you have this line:
You have the ability to...
By hitting tab key in front of that line you will get nothing (no indentation) or this:
<you></You> have the ability to...

Thanks in advance

Submitted jojaba_67 - 2012-04-06 09:06:17 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2012-04-06 09:20:01
jojaba_67

Just found out why the <You> tag is created, it's a right behaviour of SuperAbbrevs, so don't try to find a fix for that.
The problem of not indenting appears always when trying to indent on a tag. Example:
<p>This is a paragraph</p>
When hitting tab key in front of <p>, nothing happens.
I disabled SuoerAbbrevs and try again, the indentation worked then.
Seems that only bloc tags are affected...